home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Interactive 9
/
PC World Interactive 9 - Temmuz 1998.iso
/
share
/
internet
/
mtuspeed403.exe
/
MTUSpeed.exe
/
0
/
RCDATA
/
TMTU_DIALOG
/
TMTU_DIALOG.txt
Wrap
Text File
|
1998-01-14
|
1KB
|
72 lines
object MTU_Dialog: TMTU_Dialog
Left = 210
Top = 521
ActiveControl = NewValMTU
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'New MTU Setting'
ClientHeight = 116
ClientWidth = 204
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 204
Height = 116
Align = alClient
BevelInner = bvLowered
BevelOuter = bvNone
BorderWidth = 5
TabOrder = 0
object Label1: TLabel
Left = 15
Top = 23
Width = 94
Height = 13
Caption = 'New Value for MTU'
end
object Label2: TLabel
Left = 9
Top = 85
Width = 186
Height = 13
Alignment = taCenter
Caption = '(MTU should be greater than 512)'
end
object NewValMTU: TEdit
Left = 123
Top = 18
Width = 67
Height = 21
TabOrder = 2
end
object BtnMTU_OK: TButton
Left = 15
Top = 50
Width = 75
Height = 25
Caption = '&OK'
Default = True
TabOrder = 0
OnClick = BtnMTU_OKClick
end
object BtnMTU_Cancel: TButton
Left = 115
Top = 50
Width = 75
Height = 25
Caption = '&Cancel'
ModalResult = 2
TabOrder = 1
OnClick = BtnMTU_CancelClick
end
end
end